go/types.typeWriter.buf (field)

6 uses

	go/types (current package)
		typestring.go#L71: 	buf          *bytes.Buffer
		typestring.go#L95: 		w.buf.WriteByte(b)
		typestring.go#L98: 	w.buf.WriteByte(b)
		typestring.go#L100: 		w.buf.WriteByte(' ')
		typestring.go#L105: 	w.buf.WriteString(s)
		typestring.go#L112: 	w.buf.WriteString("<" + msg + ">")